home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_09 / welstea2 / dlgtest.rc < prev    next >
Text File  |  1995-05-09  |  294b  |  19 lines

  1. /*  File dlgtest.rc  */
  2. #define STRICT
  3. #include <windows.h>
  4.  
  5. #include "dlgids.h"
  6.  
  7. DialogTestMenu MENU
  8.      {
  9.      POPUP "&File"
  10.           {
  11.       MENUITEM "E&xit",    IDM_EXIT
  12.       }
  13.      POPUP "&Dialog"
  14.       {
  15.       MENUITEM "&Dialog",  IDM_DIALOG
  16.           }
  17.      }
  18. #include "dlg.rc"
  19.